Snapservice Sites Datastores Capabilities FilterSpec

Snapservice Sites Datastores Capabilities FilterSpec
Snapservice Sites Datastores Capabilities FilterSpec

The Snapservice Sites Datastores Capabilities FilterSpec schema contains properties used to filter the results when listing datastores' capabilities for the specified site.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "datastores": [
        "string"
    ]
}
array of string
datastores
Optional

Identifier of datastores that can match the filter. Capabilities for specified datastores will be returned.

This property was added in vSphere API 9.1.0.0.

If missing or null or empty, return capabilities for all datastores belonging to the site.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datastore. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datastore.